home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / mus / edit / OctamedSS1.03c.lha / Soundstudio / Rexx / omed.lha / rexx / plsg_f10.omed < prev    next >
Text File  |  1996-06-02  |  232b  |  11 lines

  1. /* Play Song F10 */
  2. if ~open("f_keys","T:f_keys.omedtemp",R) then exit
  3. f6 = readln("f_keys")
  4. f7 = readln("f_keys")
  5. f8 = readln("f_keys")
  6. f9 = readln("f_keys")
  7. f10 = readln("f_keys")
  8. call close("f_keys")
  9. ed_goto line f10
  10. pl_contsong
  11.